|
|
|
|
MouseMove Event, SftTree Class |
Occurs when the mouse pointer is moved over the control.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Event MouseMove As MouseEventHandler |
C# |
public event MouseEventHandler MouseMove; |
C++ |
public: event MouseEventHandler MouseMove; |
Event Data
The MouseMove event handler receives an argument of type MouseEventArgs containing data related to this event.
Comments
The MouseMove event occurs when the mouse pointer is moved over the control.